-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[improve][ci] Add new CI unit test group "Broker Group 4" with cluster migration tests #21391
Conversation
…r migration tests
@rdhabalia @vineeth1995 @vraulji567 Please review! I'm moving ClusterMigrationTest since it seems to be one of the slowest tests. Gradle Enterprise analytics from a few days ago: Links to Gradle Enterprise build scans can be found in the scheduled master branch builds: Scroll to the summary of the build job in the summary view |
/pulsarbot rerun-failure-checks |
I am unsure if we should start a discussion or notification for the community. :) |
@mattisonchao I have sent a notification on the dev mailing list, it's https://lists.apache.org/thread/s7odd1kh5mwgvmcdf2ynkfbh68zbcomf . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Give it a try.
…r migration tests (apache#21391) (cherry picked from commit e2c6c08)
…r migration tests (apache#21391) (cherry picked from commit e2c6c08)
Motivation
There are too many tests in the "broker" TestNG test group which gets executed in the "Broker Group 1" CI job.
The tests could take over 60 minutes to run and that is currently the timeout.
Modifications
Add a new "Broker Group 4" unit test group and build job.
Move one of the slowest tests "ClusterMigrationTest" to "cluster-migration" TestNG test group. Assign "cluster-migration" to "Broker Group 4".
Documentation
doc
doc-required
doc-not-needed
doc-complete